(fill-move-to-break-point): Don't inhibit
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Apr 2007 18:21:12 +0000 (18:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Apr 2007 18:21:12 +0000 (18:21 +0000)
fill-nobreak-predicate when the break is past fill-column.

lisp/textmodes/fill.el

index 7318a52d8a90ae1f6334a4329e169783cabeed7a..7b4f73c2d1fc1c78fe54d3077fb2f84600f4b428 100644 (file)
@@ -521,7 +521,6 @@ The break position will be always after LINEBEG and generally before point."
       ;; Ok, skip at least one word or one \c| character.
       ;; Meanwhile, don't stop at a period followed by one space.
       (let ((to (line-end-position))
-           (fill-nobreak-predicate nil) ;to break sooner.
            (first t))
        (goto-char linebeg)
        (while (and (< (point) to) (or first (fill-nobreak-p)))